concurrent programming造句
例句與造句
- Learn to avoid problems common in concurrent programming
如何避免當(dāng)前編程中最常見(jiàn)的問(wèn)題 - This month , brian goetz shows you how many concurrent programs will benefit from simply replacing
,將有多少并發(fā)程序獲益。您可以在本文的 - Now , however , concurrent programming is common practice , and you need to be aware of the pitfalls
不過(guò),現(xiàn)在,并發(fā)編程已普遍使用,您需要意識(shí)到這個(gè)缺陷。 - This article describes some potential problems due to non - reentrancy of the function in parallel and concurrent programming
本文描述了在并行和并發(fā)程序設(shè)計(jì)中函數(shù)的不可重入性導(dǎo)致的一些潛在問(wèn)題。 - The end result is that if you use the concurrent programming features of the java programming language , then you need to document them thoroughly
最終結(jié)果是,如果使用java編程語(yǔ)言的并發(fā)編程特性,則需要徹底地對(duì)它們編制文檔。 - It's difficult to find concurrent programming in a sentence. 用concurrent programming造句挺難的
- Jiangjun tang ( computer software and theory ) directed by huimin lin a method for selecting test synchronization sequences for concurrent programs is presented
本文提出一種基于帶賦值符號(hào)遷移系統(tǒng)stga選取測(cè)試同步序列的方法。 - 3 pnueli a . a temporal logic of concurrent programs . theoretical computer science , 1981 , 13 : 45 - 60 . 4 mcmillan k l . symbolic model checking
符號(hào)化的模型檢測(cè)技術(shù)利用二叉圖binary decision diagram表示狀態(tài)轉(zhuǎn)換關(guān)系,降低了系統(tǒng)模型所需的內(nèi)存空間。 - Concurrent programming in java by doug lea addison - wesley , 1999 is a masterful book on the subtle issues surrounding multithreaded java programming . synchronization and the java memory model
( addison - wesley , 1999年) ,是一本圍繞用java編寫多線程程序的微妙問(wèn)題進(jìn)行討論的專業(yè)書籍。 - Save your code from meltdown using powerpc atomic instructions developerworks , november 2004 ; it describes techniques for safe concurrent programming in powerpc assembly language
( developerworks , 2004年11月)中的深入介紹;它描述了使用powerpc匯編語(yǔ)言進(jìn)行安全并發(fā)程序設(shè)計(jì)的技術(shù)。 - These changes greatly strengthen the utility of immutable objects in concurrent programs ; immutable objects finally become inherently thread - safe as they were intended to be all along , even if a data race is used to pass references to the immutable object between threads
這些改變極大地加強(qiáng)了并發(fā)程序中不變對(duì)象的效用,不變對(duì)象最終成為固有的線程安全(就像它們所要成為的那樣) ,即使使用數(shù)據(jù)爭(zhēng)用在線程之間將引用傳遞給不變對(duì)象。 - Based on the configuration and the mechanism of multitasking in windowsnt , the software concurrent program is designed , including three procedures and multithreading , taking mutex semaphores as synchronization objects , to accomplish concertedly the simulation support software ' s tasks in terms of sharing one and the same real - time simulation database
然后根據(jù)實(shí)時(shí)仿真支撐軟件的結(jié)構(gòu),利用windowsnt的多任務(wù)機(jī)制,以目前最流行的面向?qū)ο蟮某绦蛟O(shè)計(jì)思想,進(jìn)行了windowsnt下并發(fā)程序的設(shè)計(jì),采用三個(gè)進(jìn)程和多個(gè)線程,以互斥信號(hào)量為同步對(duì)象,在共享同一個(gè)實(shí)時(shí)仿真數(shù)據(jù)庫(kù)的前提下,協(xié)調(diào)完成仿真支撐軟件的各項(xiàng)任務(wù)。 - This design failing was compounded by at least two failings of execution - it was run only on a single - processor system an unusual environment for a highly concurrent program , and whose synchronization performance may well differ substantially from multiprocessor systems , and only on a single platform
除了設(shè)計(jì)上的失敗,在執(zhí)行方面至少也有兩大敗筆它只在單處理器系統(tǒng)(對(duì)于高并發(fā)性程序來(lái)說(shuō),這是一種不尋常的系統(tǒng),其同步性能與在多處理器系統(tǒng)上可能有本質(zhì)上的差別)上,并且只在一個(gè)平臺(tái)上執(zhí)行。 - What s more , simple concurrent programming has been available on essentially all unix hosts since at least 1988 , which is when ksh standardized its " co - processes . " if you save the ksh source in listing 1 , below , as ex1 . ksh and then run it , you ll see a " countdown " - " ten , nine , eight , etc . " - display , then the result of the ksh subprocess : " all done . " in practice , you might use something like this for a long - running chemical calculation or database retrieval : launch the operation as a subprocess , but keep users informed about what s going on or how much time is left before completion
此外,至少自1988年以來(lái),基本上已經(jīng)在所有unix主機(jī)上實(shí)現(xiàn)了簡(jiǎn)單的并發(fā)編程,在1988年這一年ksh對(duì)其“協(xié)同進(jìn)程( co - process ) ”進(jìn)行了標(biāo)準(zhǔn)化。如果您將下面清單1中的ksh源代碼保存為ex1 . ksh ,然后運(yùn)行它,您會(huì)看到“倒計(jì)時(shí)”顯示: “十、九、八,等等” ,然后看到ksh子進(jìn)程的結(jié)果: “ all done ” 。實(shí)際運(yùn)用中,您可能會(huì)對(duì)長(zhǎng)期運(yùn)行的化學(xué)計(jì)算或數(shù)據(jù)庫(kù)檢索使用類似這樣的操作:?jiǎn)?dòng)操作作為子進(jìn)程,但是讓用戶始終知道操作的進(jìn)展或完成之前還剩多少時(shí)間。